-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♻️ Remove usage of plainPassword for User #635
base: main
Are you sure you want to change the base?
Conversation
@@ -34,25 +30,12 @@ public function onLogin(LoginEvent $event): void | |||
} | |||
|
|||
private function handleLogin(User $user): void | |||
{ | |||
// update password hash if necessary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't you think we'll need this functionality in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I don't see it for the future, to be honest.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But how do you think, we'll do updates to future hashing algorithms?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We decide and implement it when it is necessary. At the moment it is dead code.
85d7dd2
to
34110af
Compare
Quality Gate passedIssues Measures |
No description provided.